Personal tools

Lua/Shared/io/createdir

From JC2-MP Documentation

< Lua‎ | Shared
Jump to: navigation, search

Returns    none
Prototype    io.createdir(string name)
Description    Creates the directory with the specified name.


Example

io.createdir("Test/")

Additional Notes

  • The path is relative to the module directory.